home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / winjp120.zip / WHATS.NEW < prev    next >
Text File  |  1992-07-05  |  6KB  |  113 lines

  1.                           *** v. 1.20 Changes ***
  2.  
  3.     v.1.2 has much improved error handling; when an error is
  4. encountered, WinJPEG doesn't exit.  If an error occurs while decoding an
  5. image, you will be given the option of viewing the portion that was
  6. successfully decoded.   Thus, you should be able to view partially
  7. corrupt images.  Note that for corrupt JPEG images, you must use 1-pass
  8. quantization to view them.
  9.     There is now a "Low Priority" switch which will give more CPU time
  10. to other programs running at the same time as WinJPEG.  This option
  11. affects the speed of compression/decompression of JPEG images; on my
  12. system, it slows down decompression of a JPEG image by 1-2 seconds.  The
  13. speed cost is worth it since I can use a word processor or download a
  14. file while WinJPEG is decoding a JPEG in the background.
  15.     The time delay between two pictures in a slide show is now an
  16. adjustable value between 0 and 60 seconds.
  17.     You can load 8-bit and 24-bit Windows BMP files with no quantization
  18. (e.g.  when you are in an 8-bit display mode and you load a 24-bit bitmap,
  19. the bitmap won't be quantized into an 8-bit bitmap).
  20.     The "8-bit Bitmap" option is now available in any display mode.
  21.     Here is a list of bug fixes:
  22.     - can load grayscale TARGA images
  23.     - saves TARGA images in the right format
  24.     - saves OS/2 BMP files in the correct format (I finally received my OS/2
  25.       2.0 ES!!!)
  26.     - should be able to view 24-bit images in a Hicolor or Truecolor display
  27.       mode (I don't have a Hicolor card and this feature is still not tested.
  28.       If it does or doesn't work, please send me e-mail).
  29.  
  30.  
  31.                           *** v. 1.10 Changes ***
  32.  
  33.     The previous versions would eventually give an error if you viewed many
  34. images.  This problem is fixed.
  35.  
  36.  
  37.                           *** v. 1.00 Changes ***
  38.  
  39.     TARGA images can be displayed and images can be saved to TARGA format.
  40. Unfortunately, due to memory limitations, I can't fit the TARGA code in the
  41. plain viewer so it will let you display only JPEG and GIF files.
  42.     I've modified the color adjustment features which now adjust the actual
  43. color component instead of the average color component.  This way is a bit
  44. faster than the previous method.  Also, you can change the colors in a 24-bit
  45. bitmap.
  46.     Batch conversion and a slideshow feature are added.  You can select
  47. multiple GIF and TARGA files which will be converted to JPEG.  There are
  48. convenient "*.gif" and "*.tga" buttons which select all GIFs or all TARGAs
  49. respectively in the current directory.  The slideshow feature lets you display
  50. GIF, TARGA, and JPEG images sequentially with a 5 second delay between each
  51. displayed image.  The "Cycle Slideshow" option will force WinJPEG to display
  52. the selected images continuosly in a cycle until you abort the slideshow.
  53.     Image resizing lets you resize the image by entering the new dimensions
  54. of the image.
  55.     A couple of more minor fixes were made.  WinJPEG was tested with the
  56. 8514 font so everything looks fine with that font.  If you're using small
  57. fonts or some other font, the spacing between some text messages in the dialog
  58. boxes is wrong.  For example, in the Open Dialog Box, the "In <path>" text
  59. incorrectly looks like "In<path>."
  60.  
  61.  
  62.  
  63.                           *** v. 0.95 Changes ***
  64.  
  65.     This version is no longer crippleware.  Display of JPEG images in 24-bit
  66. mode is supported.
  67.     WinJPEG v.0.95 can display GIF images.  It can also write images in JPEG,
  68. GIF, Windows BMP, or OS/2 BMP format.
  69.     A couple of image processing features were added: rotation of an image,
  70. horizontal/vertical flip, changing the RGB in an image, and changing the
  71. HSI in an image.
  72.     Some minor features include an auto-resizing option(Steve Keith gets
  73. credit for this one again) and an option to load an image into in an 8-bit
  74. bitmap.
  75.  
  76.  
  77.                           *** v. 0.92 Changes ***
  78.  
  79.     Version 3 of the Independent JPEG Group's software is now incorporated
  80. into this version.  2-pass quantization which produces better output is now
  81. supported.  1-pass quantization is faster than the one used in v0.91.
  82. Dithering can be turned on/off.
  83.     WinJPEG can swap to a temporary file if you don't have enough memory
  84. (includes physical and virtual).  Also, using a temporary file sometimes
  85. speeds up the decoding of a JPEG image when you don't have enough physical
  86. memory.
  87.     A preview option is added.  Previewing an image is 25-50% faster than
  88. displaying a JPEG image with 2-level quantization and dithering on. Thanks
  89. to Steve Keith for this idea.
  90.  
  91.                           *** v. 0.91 Changes ***
  92.  
  93.     A bug that causes Windows 3.0 to give a UAE was fixed.  This bug
  94. happens after you load in an image, move down the scroll bar thumb, and
  95. load a smaller picture with no scroll bars activated.  On 3.1, the image
  96. is cut off with a blank margin.  Thanks to Phil Barnes for pointing this
  97. one out.
  98.     Another UAE that occurs when you load in a large image and you use
  99. the scroll bars to display the upper right corner of the picture, was
  100. fixed.
  101.     When you resize the window to a smaller one, WinJPEG would
  102. occasionally display a blank window instead of a loaded image.  This was
  103. fixed too.
  104.     In Windows 3.1, when you reduce the size of a window with no scroll
  105. bars on, to force scroll bars to activate, and then you enlarge the
  106. window size so the scroll bars are turned off, WinJPEG would display a
  107. blank window.  This bug that didn't occur in Windows 3.0 was corrected.
  108.     16-color mode is now fully tested and working.  I was surprised that
  109. some people told me they were using this mode for viewing JPEG images
  110. which can store up to 16 million colors and don't look very good in
  111. 16-color mode.  A UAE that occurs when you view 1024x768 images in
  112. 16-color mode(but not in 256-color mode) was fixed.
  113.